API Help
Eplan.EplApi.HEServices Namespace / Check Class / VerifyInstallationSpace Method / VerifyInstallationSpace(IEnumerable<InstallationSpace>) Method
List of installation spaces to check.

In This Topic
    VerifyInstallationSpace(IEnumerable<InstallationSpace>) Method
    In This Topic
    Starts a check run for the given installation spaces.
    Syntax
    public void VerifyInstallationSpace( 
       IEnumerable<InstallationSpace> colInstallationSpaces
    )
    public:
    void VerifyInstallationSpace( 
       IEnumerable<InstallationSpace^>^ colInstallationSpaces
    ) 

    Parameters

    colInstallationSpaces
    List of installation spaces to check.
    Exceptions
    ExceptionDescription
    Throw if parameter is invalid.
    See Also